convert

open override fun convert(responseBody: ResponseBody): T?

Converter contains logic on how to handle responses, since GraphQL responses follow the JsonAPI spec it makes sense to wrap our base query response data and errors response in here, the logic remains open to the implementation

Return

The type declared in the Call of the request

Parameters

responseBody

The retrofit response body received from the network